home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / d3_point.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  936 b   |  47 lines

  1. /*****************************************************************************
  2.   FILE           : d3_point.h
  3.   SHORTNAME      : point.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : header for d3_point.c
  7.   NOTES          : all functions will be exported
  8.  
  9.   AUTHOR         : Ralf Huebner
  10.   DATE           : 1.12.1991
  11.  
  12.   CHANGED BY     :
  13.   IDENTIFICATION : @(#)d3_point.h    1.10 3/2/94
  14.   SCCS VERSION   : 1.10
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _D3_POINT_DEFINED_
  23. #define _D3_POINT_DEFINED_
  24.  
  25.  
  26.  
  27.  
  28. #define POINT_BLOCK_SIZE  1024
  29.  
  30.  
  31. extern void d3_putPixel (int, int);
  32. extern void d3_putColPixel (int, int);
  33. extern void d3_flushPixels (void);
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. #endif /* _D3_POINT_DEFINED_ */
  41.  
  42.  
  43. /* end of file */
  44. /* lines: 26 */
  45.  
  46. /* 46 lines generated by deleteprivatedefinitions.awk */
  47.